home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / AceExpert 3.0 / ae303.exe / %MAINDIR% / EScripts / jscript / Pswd.scr < prev    next >
Encoding:
Text File  |  2000-08-31  |  294 b   |  9 lines

  1. <SCRIPT LANGUAGE="JavaScript">
  2. <!-- begin script
  3. function checkPswd(ext) {
  4.   if ((document.pswdForm.pswd.value == null) || (document.pswdForm.pswd.value == ''))
  5.     alert('Invalid password.');
  6.   else this.location.href = document.pswdForm.pswd.value + ext;
  7. }
  8. // end script -->
  9. </SCRIPT>